1.  header.php     theme  
<li><a href="/reyting"> <font color = "red"><sup><b>NEW</b></sup></font></span></a></li>
2.   htaccess  RewriteRule ^reyting(/?)+$ index.php?menu=reyting [L]
3.       pages
4.    SQL     
5.  index.php     case "reyting": include("pages/_reyting.php"); break; //  

           .